Html Css Color HEX #0C054B Paua

📋 copy color: '#0C054B'

red 12 ◦ green 5 ◦ blue 75

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

Shades of Paua #0C054B

Tints of Paua #0C054B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.43%

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

R = 13.04%
G = 5.43%
B = 81.52%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C054B (or 0x0C054B) is known color: Paua. HEX triplet: 0C, 05 and 4B. RGB value is (12,5,75). Sum of RGB (Red+Green+Blue) = 12+5+75=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 75 (29.69% from 255 or 81.52% from 92); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C054B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C054B is #F3FAB4. Grayscale: #0E0E0E. Windows color (decimal): -15989429 or 4916492. OLE color: 4916492.

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

Color convert

RGB 12 5 75 -
CMYK 0.84 0.93 0 0.71
HSL 246º 0.88% 0.16% -
HSV(B) 246º 0.93% 0.29% -
XYZ 1.48 0.69 6.71 -
YUV 15.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 12 5 75 0.84 0.93 0 0.71 246 0.88 0.16
Hex C 5 4B 54 5D 0 47 F6 58 10
Octal 14 5 113 124 135 0 107 366 130 20
Binary 1100 101 1001011 1010100 1011101 0 1000111 11110110 1011000 10000

Color Harmonies of #0C054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C054B

Black with #0C054B

Text Example


Text Example

White with #0C054B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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