Html Css Color HEX #003B7A Dark Cerulean

📋 copy color: '#003B7A'

red 0 ◦ green 59 ◦ blue 122

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

Shades of Dark Cerulean #003B7A

Tints of Dark Cerulean #003B7A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 59 (23.44% from 255) = 32.6%

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

R = 0%
G = 32.6%
B = 67.4%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#003B7A (or 0x003B7A) is known color: Dark Cerulean. HEX triplet: 00, 3B and 7A. RGB value is (0,59,122). Sum of RGB (Red+Green+Blue) = 0+59+122=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 122 (48.05% from 255 or 67.40% from 181); Max value from RGB is 122 - color contains mainly: blue. Hex color #003B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B7A is #FFC485. Grayscale: #303030. Windows color (decimal): -16761990 or 8010496. OLE color: 8010496.

HSL color Cylindrical-coordinate representation of color #003B7A: hue angle of 210.98º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B7A is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 0 59 122 -
CMYK 1 0.52 0 0.52
HSL 210.98º 1% 0.24% -
HSV(B) 210.98º 1% 0.48% -
XYZ 5.08 4.53 19.02 -
YUV 48.54 169.45 93.38 -
System Red Green Blue C M Y K H S L
Decimal 0 59 122 1 0.52 0 0.52 210.98 1 0.24
Hex 0 3B 7A 64 34 0 34 D3 64 18
Octal 0 73 172 144 64 0 64 323 144 30
Binary 0 111011 1111010 1100100 110100 0 110100 11010011 1100100 11000

Color Harmonies of #003B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003B7A

Black with #003B7A

Text Example


Text Example

White with #003B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003B7A; }

 p { color: rgb(0,59,122); }

 H1.HeaderClassName
 {
   color: #003B7A;
 }
 .AnyTagClassName
 {
   color: #003B7A;
 }
</style>

background-color css

<style>
 a { background-color: #003B7A; }

 a { background-color: rgb(0,59,122); }

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

border-color css

<style>
 span { border-color: #003B7A; }

 span { border-color: rgb(0,59,122); }

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