Html Css Color HEX #07468F Dark Cerulean

📋 copy color: '#07468F'

red 7 ◦ green 70 ◦ blue 143

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

Shades of Dark Cerulean #07468F

Tints of Dark Cerulean #07468F

RGB

 RED value IS 7 (3.13% from 255) = 3.18%

 GREEN value IS 70 (27.73% from 255) = 31.82%

 BLUE value IS 143 (56.25% from 255) = 65%

R = 3.18%
G = 31.82%
B = 65%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#07468F (or 0x07468F) is known color: Dark Cerulean. HEX triplet: 07, 46 and 8F. RGB value is (7,70,143). Sum of RGB (Red+Green+Blue) = 7+70+143=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 143 (56.25% from 255 or 65% from 220); Max value from RGB is 143 - color contains mainly: blue. Hex color #07468F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07468F is #F8B970. Grayscale: #3B3B3B. Windows color (decimal): -16300401 or 9389575. OLE color: 9389575.

HSL color Cylindrical-coordinate representation of color #07468F: hue angle of 212.21º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07468F is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 70 143 -
CMYK 0.95 0.51 0 0.44
HSL 212.21º 0.91% 0.29% -
HSV(B) 212.21º 0.95% 0.56% -
XYZ 7.24 6.41 26.84 -
YUV 59.49 175.13 90.56 -
System Red Green Blue C M Y K H S L
Decimal 7 70 143 0.95 0.51 0 0.44 212.21 0.91 0.29
Hex 7 46 8F 5F 33 0 2C D4 5B 1D
Octal 7 106 217 137 63 0 54 324 133 35
Binary 111 1000110 10001111 1011111 110011 0 101100 11010100 1011011 11101

Color Harmonies of #07468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07468F

Black with #07468F

Text Example


Text Example

White with #07468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07468F; }

 p { color: rgb(7,70,143); }

 H1.HeaderClassName
 {
   color: #07468F;
 }
 .AnyTagClassName
 {
   color: #07468F;
 }
</style>

background-color css

<style>
 a { background-color: #07468F; }

 a { background-color: rgb(7,70,143); }

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

border-color css

<style>
 span { border-color: #07468F; }

 span { border-color: rgb(7,70,143); }

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