#07427B

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

Shades of Dark Cerulean #07427B

Tints of Dark Cerulean #07427B

Color information

#07427B (or 0x07427B) is unknown color: approx Dark Cerulean. HEX triplet: 07, 42 and 7B. RGB value is (7,66,123). Sum of RGB (Red+Green+Blue) = 7+66+123=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #07427B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07427B is #F8BD84. Grayscale: #363636. Windows color (decimal): -16301445 or 8077831. OLE color: 8077831.

HSL color Cylindrical-coordinate representation of color #07427B: hue angle of 209.48º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07427B is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB766123-
CMYK0.940.4600.52
HSL209.48º89.23%25.49%-
HSV(B)209.48º94.31%48.24%-
XYZ5.615.3719.48-
YUV54.86166.4593.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.57%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 123 (48.44% from 255) = 62.76%
R=3.57%
G=33.67%
B=62.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7661230.940.4600.52209.4889.2325.49
Hex7427B5E2E034d15919
Octal71021731365606432113131
Binary111100001011110111011110101110011010011010001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07427B; }

 p { color: rgb(7,66,123); }

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

<style>
 a { background-color: #07427B; }

 a { background-color: rgb(7,66,123); }

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

<style>
 span { border-color: #07427B; }

 span { border-color: rgb(7,66,123); }

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