Html Css Color HEX #07377B Dark Cerulean

📋 copy color: '#07377B'

red 7 ◦ green 55 ◦ blue 123

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

Shades of Dark Cerulean #07377B

Tints of Dark Cerulean #07377B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.73%

 BLUE value IS 123 (48.44% from 255) = 66.49%

R = 3.78%
G = 29.73%
B = 66.49%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#07377B (or 0x07377B) is known color: Dark Cerulean. HEX triplet: 07, 37 and 7B. RGB value is (7,55,123). Sum of RGB (Red+Green+Blue) = 7+55+123=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 123 (48.44% from 255 or 66.49% from 185); Max value from RGB is 123 - color contains mainly: blue. Hex color #07377B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07377B is #F8C884. Grayscale: #303030. Windows color (decimal): -16304261 or 8075015. OLE color: 8075015.

HSL color Cylindrical-coordinate representation of color #07377B: hue angle of 215.17º 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 #07377B is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 7 55 123 -
CMYK 0.94 0.55 0 0.52
HSL 215.17º 0.89% 0.25% -
HSV(B) 215.17º 0.94% 0.48% -
XYZ 5.03 4.21 19.29 -
YUV 48.4 170.1 98.47 -
System Red Green Blue C M Y K H S L
Decimal 7 55 123 0.94 0.55 0 0.52 215.17 0.89 0.25
Hex 7 37 7B 5E 37 0 34 D7 59 19
Octal 7 67 173 136 67 0 64 327 131 31
Binary 111 110111 1111011 1011110 110111 0 110100 11010111 1011001 11001

Color Harmonies of #07377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07377B

Black with #07377B

Text Example


Text Example

White with #07377B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07377B;
 }
 .AnyTagClassName
 {
   color: #07377B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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