Html Css Color HEX #07417C Dark Cerulean

📋 copy color: '#07417C'

red 7 ◦ green 65 ◦ blue 124

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

Shades of Dark Cerulean #07417C

Tints of Dark Cerulean #07417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.16%

 BLUE value IS 124 (48.83% from 255) = 63.27%

R = 3.57%
G = 33.16%
B = 63.27%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#07417C (or 0x07417C) is known color: Dark Cerulean. HEX triplet: 07, 41 and 7C. RGB value is (7,65,124). Sum of RGB (Red+Green+Blue) = 7+65+124=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #07417C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07417C is #F8BE83. Grayscale: #363636. Windows color (decimal): -16301700 or 8143111. OLE color: 8143111.

HSL color Cylindrical-coordinate representation of color #07417C: hue angle of 210.26º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07417C is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 65 124 -
CMYK 0.94 0.48 0 0.51
HSL 210.26º 0.89% 0.26% -
HSV(B) 210.26º 0.94% 0.49% -
XYZ 5.62 5.28 19.79 -
YUV 54.38 167.28 94.2 -
System Red Green Blue C M Y K H S L
Decimal 7 65 124 0.94 0.48 0 0.51 210.26 0.89 0.26
Hex 7 41 7C 5E 30 0 33 D2 59 1A
Octal 7 101 174 136 60 0 63 322 131 32
Binary 111 1000001 1111100 1011110 110000 0 110011 11010010 1011001 11010

Color Harmonies of #07417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07417C

Black with #07417C

Text Example


Text Example

White with #07417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07417C; }

 p { color: rgb(7,65,124); }

 H1.HeaderClassName
 {
   color: #07417C;
 }
 .AnyTagClassName
 {
   color: #07417C;
 }
</style>

background-color css

<style>
 a { background-color: #07417C; }

 a { background-color: rgb(7,65,124); }

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

border-color css

<style>
 span { border-color: #07417C; }

 span { border-color: rgb(7,65,124); }

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