Html Css Color HEX #0164A4 Cerulean

📋 copy color: '#0164A4'

red 1 ◦ green 100 ◦ blue 164

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

Shades of Cerulean #0164A4

Tints of Cerulean #0164A4

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.74%

 BLUE value IS 164 (64.45% from 255) = 61.89%

R = 0.38%
G = 37.74%
B = 61.89%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0164A4 (or 0x0164A4) is known color: Cerulean. HEX triplet: 01, 64 and A4. RGB value is (1,100,164). Sum of RGB (Red+Green+Blue) = 1+100+164=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 164 (64.45% from 255 or 61.89% from 265); Max value from RGB is 164 - color contains mainly: blue. Hex color #0164A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0164A4 is #FE9B5B. Grayscale: #4D4D4D. Windows color (decimal): -16685916 or 10773505. OLE color: 10773505.

HSL color Cylindrical-coordinate representation of color #0164A4: hue angle of 203.56º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0164A4 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 100 164 -
CMYK 0.99 0.39 0 0.36
HSL 203.56º 0.99% 0.32% -
HSV(B) 203.56º 0.99% 0.64% -
XYZ 11.27 11.8 36.81 -
YUV 77.7 176.7 73.3 -
System Red Green Blue C M Y K H S L
Decimal 1 100 164 0.99 0.39 0 0.36 203.56 0.99 0.32
Hex 1 64 A4 63 27 0 24 CC 63 20
Octal 1 144 244 143 47 0 44 314 143 40
Binary 1 1100100 10100100 1100011 100111 0 100100 11001100 1100011 100000

Color Harmonies of #0164A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0164A4

Black with #0164A4

Text Example


Text Example

White with #0164A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0164A4; }

 p { color: rgb(1,100,164); }

 H1.HeaderClassName
 {
   color: #0164A4;
 }
 .AnyTagClassName
 {
   color: #0164A4;
 }
</style>

background-color css

<style>
 a { background-color: #0164A4; }

 a { background-color: rgb(1,100,164); }

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

border-color css

<style>
 span { border-color: #0164A4; }

 span { border-color: rgb(1,100,164); }

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