Html Css Color HEX #0B377A Dark Cerulean

📋 copy color: '#0B377A'

red 11 ◦ green 55 ◦ blue 122

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

Shades of Dark Cerulean #0B377A

Tints of Dark Cerulean #0B377A

RGB

 RED value IS 11 (4.69% from 255) = 5.85%

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

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

R = 5.85%
G = 29.26%
B = 64.89%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0B377A (or 0x0B377A) is known color: Dark Cerulean. HEX triplet: 0B, 37 and 7A. RGB value is (11,55,122). Sum of RGB (Red+Green+Blue) = 11+55+122=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 122 (48.05% from 255 or 64.89% from 188); Max value from RGB is 122 - color contains mainly: blue. Hex color #0B377A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B377A is #F4C885. Grayscale: #313131. Windows color (decimal): -16042118 or 8009483. OLE color: 8009483.

HSL color Cylindrical-coordinate representation of color #0B377A: hue angle of 216.22º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B377A is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 11 55 122 -
CMYK 0.91 0.55 0 0.52
HSL 216.22º 0.83% 0.26% -
HSV(B) 216.22º 0.91% 0.48% -
XYZ 5.02 4.21 18.96 -
YUV 49.48 168.92 100.55 -
System Red Green Blue C M Y K H S L
Decimal 11 55 122 0.91 0.55 0 0.52 216.22 0.83 0.26
Hex B 37 7A 5B 37 0 34 D8 53 1A
Octal 13 67 172 133 67 0 64 330 123 32
Binary 1011 110111 1111010 1011011 110111 0 110100 11011000 1010011 11010

Color Harmonies of #0B377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B377A

Black with #0B377A

Text Example


Text Example

White with #0B377A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B377A; }

 p { color: rgb(11,55,122); }

 H1.HeaderClassName
 {
   color: #0B377A;
 }
 .AnyTagClassName
 {
   color: #0B377A;
 }
</style>

background-color css

<style>
 a { background-color: #0B377A; }

 a { background-color: rgb(11,55,122); }

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

border-color css

<style>
 span { border-color: #0B377A; }

 span { border-color: rgb(11,55,122); }

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