#0067A4

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

Shades of Cerulean #0067A4

Tints of Cerulean #0067A4

Color information

#0067A4 (or 0x0067A4) is unknown color: approx Cerulean. HEX triplet: 00, 67 and A4. RGB value is (0,103,164). Sum of RGB (Red+Green+Blue) = 0+103+164=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 164 (64.45% from 255 or 61.42% from 267); Max value from RGB is 164 - color contains mainly: blue. Hex color #0067A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0067A4 is #FF985B. Grayscale: #4E4E4E. Windows color (decimal): -16750684 or 10774272. OLE color: 10774272.

HSL color Cylindrical-coordinate representation of color #0067A4: hue angle of 202.32º 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 #0067A4 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB0103164-
CMYK10.3700.36
HSL202.32º100%32.16%-
HSV(B)202.32º100%64.31%-
XYZ11.5512.3836.9-
YUV79.16175.8871.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 103 (40.62% from 255) = 38.58%
BLUE value IS 164 (64.45% from 255) = 61.42%
R=0%
G=38.58%
B=61.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal010316410.3700.36202.3210032.16
Hex067A46425024ca6420
Octal01472441444504431214440
Binary011001111010010011001001001010100100110010101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0067A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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