Html Css Color HEX #0B377B Dark Cerulean

📋 copy color: '#0B377B'

red 11 ◦ green 55 ◦ blue 123

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

Shades of Dark Cerulean #0B377B

Tints of Dark Cerulean #0B377B

RGB

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

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

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

R = 5.82%
G = 29.1%
B = 65.08%

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

#0B377B (or 0x0B377B) is known color: Dark Cerulean. HEX triplet: 0B, 37 and 7B. RGB value is (11,55,123). Sum of RGB (Red+Green+Blue) = 11+55+123=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 123 (48.44% from 255 or 65.08% from 189); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B377B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B377B is #F4C884. Grayscale: #313131. Windows color (decimal): -16042117 or 8075019. OLE color: 8075019.

HSL color Cylindrical-coordinate representation of color #0B377B: hue angle of 216.43º degrees, saturation: 0.84, 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 #0B377B is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 11 55 123 -
CMYK 0.91 0.55 0 0.52
HSL 216.43º 0.84% 0.26% -
HSV(B) 216.43º 0.91% 0.48% -
XYZ 5.08 4.23 19.29 -
YUV 49.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 11 55 123 0.91 0.55 0 0.52 216.43 0.84 0.26
Hex B 37 7B 5B 37 0 34 D8 54 1A
Octal 13 67 173 133 67 0 64 330 124 32
Binary 1011 110111 1111011 1011011 110111 0 110100 11011000 1010100 11010

Color Harmonies of #0B377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B377B

Black with #0B377B

Text Example


Text Example

White with #0B377B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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