Html Css Color HEX #0173BA Cerulean

📋 copy color: '#0173BA'

red 1 ◦ green 115 ◦ blue 186

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

Shades of Cerulean #0173BA

Tints of Cerulean #0173BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.08%

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

R = 0.33%
G = 38.08%
B = 61.59%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0173BA (or 0x0173BA) is known color: Cerulean. HEX triplet: 01, 73 and BA. RGB value is (1,115,186). Sum of RGB (Red+Green+Blue) = 1+115+186=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #0173BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0173BA is #FE8C45. Grayscale: #585858. Windows color (decimal): -16682054 or 12219137. OLE color: 12219137.

HSL color Cylindrical-coordinate representation of color #0173BA: hue angle of 203.03º 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 #0173BA is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 115 186 -
CMYK 0.99 0.38 0 0.27
HSL 203.03º 0.99% 0.37% -
HSV(B) 203.03º 0.99% 0.73% -
XYZ 15.01 15.81 48.72 -
YUV 89.01 182.73 65.23 -
System Red Green Blue C M Y K H S L
Decimal 1 115 186 0.99 0.38 0 0.27 203.03 0.99 0.37
Hex 1 73 BA 63 26 0 1B CB 63 25
Octal 1 163 272 143 46 0 33 313 143 45
Binary 1 1110011 10111010 1100011 100110 0 11011 11001011 1100011 100101

Color Harmonies of #0173BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0173BA

Black with #0173BA

Text Example


Text Example

White with #0173BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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