#00307E

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

Shades of Dark Cerulean #00307E

Tints of Dark Cerulean #00307E

Color information

#00307E (or 0x00307E) is unknown color: approx Dark Cerulean. HEX triplet: 00, 30 and 7E. RGB value is (0,48,126). Sum of RGB (Red+Green+Blue) = 0+48+126=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 126 (49.61% from 255 or 72.41% from 174); Max value from RGB is 126 - color contains mainly: blue. Hex color #00307E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00307E is #FFCF81. Grayscale: #2A2A2A. Windows color (decimal): -16764802 or 8269824. OLE color: 8269824.

HSL color Cylindrical-coordinate representation of color #00307E: hue angle of 217.14º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00307E is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB048126-
CMYK10.6200.51
HSL217.14º100%24.71%-
HSV(B)217.14º100%49.41%-
XYZ4.823.6220.18-
YUV42.54175.197.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 126 (49.61% from 255) = 72.41%
R=0%
G=27.59%
B=72.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal04812610.6200.51217.1410024.71
Hex0307E643E033d96419
Octal0601761447606333114431
Binary011000011111101100100111110011001111011001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00307E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00307E; }

 p { color: rgb(0,48,126); }

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

<style>
 a { background-color: #00307E; }

 a { background-color: rgb(0,48,126); }

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

<style>
 span { border-color: #00307E; }

 span { border-color: rgb(0,48,126); }

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