Html Css Color HEX #07357A Dark Cerulean

📋 copy color: '#07357A'

red 7 ◦ green 53 ◦ blue 122

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

Shades of Dark Cerulean #07357A

Tints of Dark Cerulean #07357A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.12%

 BLUE value IS 122 (48.05% from 255) = 67.03%

R = 3.85%
G = 29.12%
B = 67.03%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#07357A (or 0x07357A) is known color: Dark Cerulean. HEX triplet: 07, 35 and 7A. RGB value is (7,53,122). Sum of RGB (Red+Green+Blue) = 7+53+122=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #07357A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07357A is #F8CA85. Grayscale: #2E2E2E. Windows color (decimal): -16304774 or 8008967. OLE color: 8008967.

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

Color convert

RGB 7 53 122 -
CMYK 0.94 0.57 0 0.52
HSL 216º 0.89% 0.25% -
HSV(B) 216º 0.94% 0.48% -
XYZ 4.87 4 18.93 -
YUV 47.11 170.26 99.39 -
System Red Green Blue C M Y K H S L
Decimal 7 53 122 0.94 0.57 0 0.52 216 0.89 0.25
Hex 7 35 7A 5E 39 0 34 D8 59 19
Octal 7 65 172 136 71 0 64 330 131 31
Binary 111 110101 1111010 1011110 111001 0 110100 11011000 1011001 11001

Color Harmonies of #07357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07357A

Black with #07357A

Text Example


Text Example

White with #07357A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07357A; }

 p { color: rgb(7,53,122); }

 H1.HeaderClassName
 {
   color: #07357A;
 }
 .AnyTagClassName
 {
   color: #07357A;
 }
</style>

background-color css

<style>
 a { background-color: #07357A; }

 a { background-color: rgb(7,53,122); }

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

border-color css

<style>
 span { border-color: #07357A; }

 span { border-color: rgb(7,53,122); }

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