Html Css Color HEX #0C638D Allports

📋 copy color: '#0C638D'

red 12 ◦ green 99 ◦ blue 141

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

Shades of Allports #0C638D

Tints of Allports #0C638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.29%

 BLUE value IS 141 (55.47% from 255) = 55.95%

R = 4.76%
G = 39.29%
B = 55.95%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C638D (or 0x0C638D) is known color: Allports. HEX triplet: 0C, 63 and 8D. RGB value is (12,99,141). Sum of RGB (Red+Green+Blue) = 12+99+141=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C638D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C638D is #F39C72. Grayscale: #4D4D4D. Windows color (decimal): -15965299 or 9265932. OLE color: 9265932.

HSL color Cylindrical-coordinate representation of color #0C638D: hue angle of 199.53º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C638D is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 99 141 -
CMYK 0.91 0.30 0 0.45
HSL 199.53º 0.84% 0.3% -
HSV(B) 199.53º 0.91% 0.55% -
XYZ 9.42 10.92 26.81 -
YUV 77.78 163.68 81.08 -
System Red Green Blue C M Y K H S L
Decimal 12 99 141 0.91 0.30 0 0.45 199.53 0.84 0.3
Hex C 63 8D 5B 1E 0 2D C8 54 1E
Octal 14 143 215 133 36 0 55 310 124 36
Binary 1100 1100011 10001101 1011011 11110 0 101101 11001000 1010100 11110

Color Harmonies of #0C638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C638D

Black with #0C638D

Text Example


Text Example

White with #0C638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,99,141); }

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

background-color css

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

 a { background-color: rgb(12,99,141); }

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

border-color css

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

 span { border-color: rgb(12,99,141); }

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