#067AA4

Color #067AA4 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #067AA4

Tints of Cerulean #067AA4

Color information

#067AA4 (or 0x067AA4) is unknown color: approx Cerulean. HEX triplet: 06, 7A and A4. RGB value is (6,122,164). Sum of RGB (Red+Green+Blue) = 6+122+164=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 164 (64.45% from 255 or 56.16% from 292); Max value from RGB is 164 - color contains mainly: blue. Hex color #067AA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067AA4 is #F9855B. Grayscale: #5B5B5B. Windows color (decimal): -16352604 or 10779142. OLE color: 10779142.

HSL color Cylindrical-coordinate representation of color #067AA4: hue angle of 195.95º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067AA4 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6122164-
CMYK0.960.2600.36
HSL195.95º92.94%33.33%-
HSV(B)195.95º96.34%64.31%-
XYZ13.7416.6437.61-
YUV92.1168.5766.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.05%
GREEN value IS 122 (48.05% from 255) = 41.78%
BLUE value IS 164 (64.45% from 255) = 56.16%
R=2.05%
G=41.78%
B=56.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61221640.960.2600.36195.9592.9433.33
Hex67AA4601A024c45d21
Octal61722441403204430413541
Binary1101111010101001001100000110100100100110001001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067AA4; }

 p { color: rgb(6,122,164); }

 H1.HeaderClassName
 {
   color: #067AA4;
 }
 .AnyTagClassName
 {
   color: #067AA4;
 }
</style>
background-color css

<style>
 a { background-color: #067AA4; }

 a { background-color: rgb(6,122,164); }

 div.DivClassName
 {
   background-color: #067AA4;
 }
 .BgClassName
 {
   background-color: #067AA4;
 }
</style>
border-color css

<style>
 span { border-color: #067AA4; }

 span { border-color: rgb(6,122,164); }

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