Html Css Color HEX #0175BC Cerulean

📋 copy color: '#0175BC'

red 1 ◦ green 117 ◦ blue 188

#0175BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0175BC

Tints of Cerulean #0175BC

RGB

 RED value IS 1 (0.78% from 255) = 0.33%

 GREEN value IS 117 (46.09% from 255) = 38.24%

 BLUE value IS 188 (73.83% from 255) = 61.44%

R = 0.33%
G = 38.24%
B = 61.44%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0175BC (or 0x0175BC) is known color: Cerulean. HEX triplet: 01, 75 and BC. RGB value is (1,117,188). Sum of RGB (Red+Green+Blue) = 1+117+188=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #0175BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0175BC is #FE8A43. Grayscale: #5A5A5A. Windows color (decimal): -16681540 or 12350721. OLE color: 12350721.

HSL color Cylindrical-coordinate representation of color #0175BC: hue angle of 202.78º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0175BC is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 117 188 -
CMYK 0.99 0.38 0 0.26
HSL 202.78º 0.99% 0.37% -
HSV(B) 202.78º 0.99% 0.74% -
XYZ 15.45 16.36 49.92 -
YUV 90.41 183.07 64.23 -
System Red Green Blue C M Y K H S L
Decimal 1 117 188 0.99 0.38 0 0.26 202.78 0.99 0.37
Hex 1 75 BC 63 26 0 1A CB 63 25
Octal 1 165 274 143 46 0 32 313 143 45
Binary 1 1110101 10111100 1100011 100110 0 11010 11001011 1100011 100101

Color Harmonies of #0175BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0175BC

Black with #0175BC

Text Example


Text Example

White with #0175BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0175BC; }

 p { color: rgb(1,117,188); }

 H1.HeaderClassName
 {
   color: #0175BC;
 }
 .AnyTagClassName
 {
   color: #0175BC;
 }
</style>

background-color css

<style>
 a { background-color: #0175BC; }

 a { background-color: rgb(1,117,188); }

 div.DivClassName
 {
   background-color: #0175BC;
 }
 .BgClassName
 {
   background-color: #0175BC;
 }
</style>

border-color css

<style>
 span { border-color: #0175BC; }

 span { border-color: rgb(1,117,188); }

 td.TdClassName
 {
   border-color: #0175BC;
 }
 .TagClassName
 {
   border-color: #0175BC;
 }
</style>