Html Css Color HEX #0C253D Tangaroa

📋 copy color: '#0C253D'

red 12 ◦ green 37 ◦ blue 61

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

Shades of Tangaroa #0C253D

Tints of Tangaroa #0C253D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.64%

 BLUE value IS 61 (24.22% from 255) = 55.45%

R = 10.91%
G = 33.64%
B = 55.45%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0C253D (or 0x0C253D) is known color: Tangaroa. HEX triplet: 0C, 25 and 3D. RGB value is (12,37,61). Sum of RGB (Red+Green+Blue) = 12+37+61=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C253D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C253D is #F3DAC2. Grayscale: #202020. Windows color (decimal): -15981251 or 4007180. OLE color: 4007180.

HSL color Cylindrical-coordinate representation of color #0C253D: hue angle of 209.39º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C253D is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 12 37 61 -
CMYK 0.80 0.39 0 0.76
HSL 209.39º 0.67% 0.14% -
HSV(B) 209.39º 0.8% 0.24% -
XYZ 1.66 1.74 4.66 -
YUV 32.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 12 37 61 0.80 0.39 0 0.76 209.39 0.67 0.14
Hex C 25 3D 50 27 0 4C D1 43 E
Octal 14 45 75 120 47 0 114 321 103 16
Binary 1100 100101 111101 1010000 100111 0 1001100 11010001 1000011 1110

Color Harmonies of #0C253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C253D

Black with #0C253D

Text Example


Text Example

White with #0C253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,37,61); }

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

background-color css

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

 a { background-color: rgb(12,37,61); }

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

border-color css

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

 span { border-color: rgb(12,37,61); }

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