Html Css Color HEX #0175BA Cerulean

📋 copy color: '#0175BA'

red 1 ◦ green 117 ◦ blue 186

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

Shades of Cerulean #0175BA

Tints of Cerulean #0175BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.18%

R = 0.33%
G = 38.49%
B = 61.18%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0175BA (or 0x0175BA) is known color: Cerulean. HEX triplet: 01, 75 and BA. RGB value is (1,117,186). Sum of RGB (Red+Green+Blue) = 1+117+186=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #0175BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0175BA is #FE8A45. Grayscale: #595959. Windows color (decimal): -16681542 or 12219649. OLE color: 12219649.

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

Color convert

RGB 1 117 186 -
CMYK 0.99 0.37 0 0.27
HSL 202.38º 0.99% 0.37% -
HSV(B) 202.38º 0.99% 0.73% -
XYZ 15.24 16.27 48.79 -
YUV 90.18 182.07 64.39 -
System Red Green Blue C M Y K H S L
Decimal 1 117 186 0.99 0.37 0 0.27 202.38 0.99 0.37
Hex 1 75 BA 63 25 0 1B CA 63 25
Octal 1 165 272 143 45 0 33 312 143 45
Binary 1 1110101 10111010 1100011 100101 0 11011 11001010 1100011 100101

Color Harmonies of #0175BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0175BA

Black with #0175BA

Text Example


Text Example

White with #0175BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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