Html Css Color HEX #0C284B Tangaroa

📋 copy color: '#0C284B'

red 12 ◦ green 40 ◦ blue 75

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

Shades of Tangaroa #0C284B

Tints of Tangaroa #0C284B

RGB

 RED value IS 12 (5.08% from 255) = 9.45%

 GREEN value IS 40 (16.02% from 255) = 31.5%

 BLUE value IS 75 (29.69% from 255) = 59.06%

R = 9.45%
G = 31.5%
B = 59.06%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C284B (or 0x0C284B) is known color: Tangaroa. HEX triplet: 0C, 28 and 4B. RGB value is (12,40,75). Sum of RGB (Red+Green+Blue) = 12+40+75=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C284B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C284B is #F3D7B4. Grayscale: #232323. Windows color (decimal): -15980469 or 4925452. OLE color: 4925452.

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

Color convert

RGB 12 40 75 -
CMYK 0.84 0.47 0 0.71
HSL 213.33º 0.72% 0.17% -
HSV(B) 213.33º 0.84% 0.29% -
XYZ 2.18 2.1 6.95 -
YUV 35.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 12 40 75 0.84 0.47 0 0.71 213.33 0.72 0.17
Hex C 28 4B 54 2F 0 47 D5 48 11
Octal 14 50 113 124 57 0 107 325 110 21
Binary 1100 101000 1001011 1010100 101111 0 1000111 11010101 1001000 10001

Color Harmonies of #0C284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C284B

Black with #0C284B

Text Example


Text Example

White with #0C284B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,40,75); }

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

background-color css

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

 a { background-color: rgb(12,40,75); }

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

border-color css

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

 span { border-color: rgb(12,40,75); }

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