Html Css Color HEX #0066A4 Cerulean

📋 copy color: '#0066A4'

red 0 ◦ green 102 ◦ blue 164

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

Shades of Cerulean #0066A4

Tints of Cerulean #0066A4

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 102 (40.23% from 255) = 38.35%

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

R = 0%
G = 38.35%
B = 61.65%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0066A4 (or 0x0066A4) is known color: Cerulean. HEX triplet: 00, 66 and A4. RGB value is (0,102,164). Sum of RGB (Red+Green+Blue) = 0+102+164=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 164 (64.45% from 255 or 61.65% from 266); Max value from RGB is 164 - color contains mainly: blue. Hex color #0066A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0066A4 is #FF995B. Grayscale: #4E4E4E. Windows color (decimal): -16750940 or 10774016. OLE color: 10774016.

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

Color convert

RGB 0 102 164 -
CMYK 1 0.38 0 0.36
HSL 202.68º 1% 0.32% -
HSV(B) 202.68º 1% 0.64% -
XYZ 11.45 12.18 36.87 -
YUV 78.57 176.21 71.96 -
System Red Green Blue C M Y K H S L
Decimal 0 102 164 1 0.38 0 0.36 202.68 1 0.32
Hex 0 66 A4 64 26 0 24 CB 64 20
Octal 0 146 244 144 46 0 44 313 144 40
Binary 0 1100110 10100100 1100100 100110 0 100100 11001011 1100100 100000

Color Harmonies of #0066A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0066A4

Black with #0066A4

Text Example


Text Example

White with #0066A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,102,164); }

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

background-color css

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

 a { background-color: rgb(0,102,164); }

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

border-color css

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

 span { border-color: rgb(0,102,164); }

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