Html Css Color HEX #0B4B43 Cyprus

📋 copy color: '#0B4B43'

red 11 ◦ green 75 ◦ blue 67

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

Shades of Cyprus #0B4B43

Tints of Cyprus #0B4B43

RGB

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

 GREEN value IS 75 (29.69% from 255) = 49.02%

 BLUE value IS 67 (26.56% from 255) = 43.79%

R = 7.19%
G = 49.02%
B = 43.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#0B4B43 (or 0x0B4B43) is known color: Cyprus. HEX triplet: 0B, 4B and 43. RGB value is (11,75,67). Sum of RGB (Red+Green+Blue) = 11+75+67=153 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.19% from 153); Green value is 75 (29.69% from 255 or 49.02% from 153); Blue value is 67 (26.56% from 255 or 43.79% from 153); Max value from RGB is 75 - color contains mainly: green. Hex color #0B4B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4B43 is #F4B4BC. Grayscale: #363636. Windows color (decimal): -16037053 or 4410123. OLE color: 4410123.

HSL color Cylindrical-coordinate representation of color #0B4B43: hue angle of 172.5º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4B43 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 11 75 67 -
CMYK 0.85 0 0.11 0.71
HSL 172.5º 0.74% 0.17% -
HSV(B) 172.5º 0.85% 0.29% -
XYZ 3.67 5.51 6.18 -
YUV 54.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 11 75 67 0.85 0 0.11 0.71 172.5 0.74 0.17
Hex B 4B 43 55 0 B 47 AC 4A 11
Octal 13 113 103 125 0 13 107 254 112 21
Binary 1011 1001011 1000011 1010101 0 1011 1000111 10101100 1001010 10001

Color Harmonies of #0B4B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4B43

Black with #0B4B43

Text Example


Text Example

White with #0B4B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,75,67); }

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

background-color css

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

 a { background-color: rgb(11,75,67); }

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

border-color css

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

 span { border-color: rgb(11,75,67); }

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