Html Css Color HEX #0B6244 Jewel

📋 copy color: '#0B6244'

red 11 ◦ green 98 ◦ blue 68

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

Shades of Jewel #0B6244

Tints of Jewel #0B6244

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.37%

 BLUE value IS 68 (26.95% from 255) = 38.42%

R = 6.21%
G = 55.37%
B = 38.42%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#0B6244 (or 0x0B6244) is known color: Jewel. HEX triplet: 0B, 62 and 44. RGB value is (11,98,68). Sum of RGB (Red+Green+Blue) = 11+98+68=177 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.21% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #0B6244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6244 is #F49DBB. Grayscale: #444444. Windows color (decimal): -16031164 or 4481547. OLE color: 4481547.

HSL color Cylindrical-coordinate representation of color #0B6244: hue angle of 159.31º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6244 is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 98 68 -
CMYK 0.89 0 0.31 0.62
HSL 159.31º 0.8% 0.21% -
HSV(B) 159.31º 0.89% 0.38% -
XYZ 5.55 9.22 6.96 -
YUV 68.57 127.68 86.94 -
System Red Green Blue C M Y K H S L
Decimal 11 98 68 0.89 0 0.31 0.62 159.31 0.8 0.21
Hex B 62 44 59 0 1F 3E 9F 50 15
Octal 13 142 104 131 0 37 76 237 120 25
Binary 1011 1100010 1000100 1011001 0 11111 111110 10011111 1010000 10101

Color Harmonies of #0B6244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6244

Black with #0B6244

Text Example


Text Example

White with #0B6244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,98,68); }

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

background-color css

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

 a { background-color: rgb(11,98,68); }

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

border-color css

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

 span { border-color: rgb(11,98,68); }

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