Html Css Color HEX #0B474A Cyprus

📋 copy color: '#0B474A'

red 11 ◦ green 71 ◦ blue 74

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

Shades of Cyprus #0B474A

Tints of Cyprus #0B474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.51%

 BLUE value IS 74 (29.3% from 255) = 47.44%

R = 7.05%
G = 45.51%
B = 47.44%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0B474A (or 0x0B474A) is known color: Cyprus. HEX triplet: 0B, 47 and 4A. RGB value is (11,71,74). Sum of RGB (Red+Green+Blue) = 11+71+74=156 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.05% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #0B474A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B474A is #F4B8B5. Grayscale: #353535. Windows color (decimal): -16038070 or 4867851. OLE color: 4867851.

HSL color Cylindrical-coordinate representation of color #0B474A: hue angle of 182.86º 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 #0B474A is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 11 71 74 -
CMYK 0.85 0.04 0 0.71
HSL 182.86º 0.74% 0.17% -
HSV(B) 182.86º 0.85% 0.29% -
XYZ 3.63 5.07 7.27 -
YUV 53.4 139.62 97.76 -
System Red Green Blue C M Y K H S L
Decimal 11 71 74 0.85 0.04 0 0.71 182.86 0.74 0.17
Hex B 47 4A 55 4 0 47 B7 4A 11
Octal 13 107 112 125 4 0 107 267 112 21
Binary 1011 1000111 1001010 1010101 100 0 1000111 10110111 1001010 10001

Color Harmonies of #0B474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B474A

Black with #0B474A

Text Example


Text Example

White with #0B474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,71,74); }

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

background-color css

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

 a { background-color: rgb(11,71,74); }

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

border-color css

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

 span { border-color: rgb(11,71,74); }

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