Html Css Color HEX #066CA1 Cerulean

📋 copy color: '#066CA1'

red 6 ◦ green 108 ◦ blue 161

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

Shades of Cerulean #066CA1

Tints of Cerulean #066CA1

RGB

 RED value IS 6 (2.73% from 255) = 2.18%

 GREEN value IS 108 (42.58% from 255) = 39.27%

 BLUE value IS 161 (63.28% from 255) = 58.55%

R = 2.18%
G = 39.27%
B = 58.55%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#066CA1 (or 0x066CA1) is known color: Cerulean. HEX triplet: 06, 6C and A1. RGB value is (6,108,161). Sum of RGB (Red+Green+Blue) = 6+108+161=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 161 (63.28% from 255 or 58.55% from 275); Max value from RGB is 161 - color contains mainly: blue. Hex color #066CA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066CA1 is #F9935E. Grayscale: #535353. Windows color (decimal): -16356191 or 10578950. OLE color: 10578950.

HSL color Cylindrical-coordinate representation of color #066CA1: hue angle of 200.52º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066CA1 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 6 108 161 -
CMYK 0.96 0.33 0 0.37
HSL 200.52º 0.93% 0.33% -
HSV(B) 200.52º 0.96% 0.63% -
XYZ 11.87 13.34 35.67 -
YUV 83.54 171.71 72.69 -
System Red Green Blue C M Y K H S L
Decimal 6 108 161 0.96 0.33 0 0.37 200.52 0.93 0.33
Hex 6 6C A1 60 21 0 25 C9 5D 21
Octal 6 154 241 140 41 0 45 311 135 41
Binary 110 1101100 10100001 1100000 100001 0 100101 11001001 1011101 100001

Color Harmonies of #066CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066CA1

Black with #066CA1

Text Example


Text Example

White with #066CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066CA1; }

 p { color: rgb(6,108,161); }

 H1.HeaderClassName
 {
   color: #066CA1;
 }
 .AnyTagClassName
 {
   color: #066CA1;
 }
</style>

background-color css

<style>
 a { background-color: #066CA1; }

 a { background-color: rgb(6,108,161); }

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

border-color css

<style>
 span { border-color: #066CA1; }

 span { border-color: rgb(6,108,161); }

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