Html Css Color HEX #427ACB Havelock Blue

📋 copy color: '#427ACB'

red 66 ◦ green 122 ◦ blue 203

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

Shades of Havelock Blue #427ACB

Tints of Havelock Blue #427ACB

RGB

 RED value IS 66 (26.17% from 255) = 16.88%

 GREEN value IS 122 (48.05% from 255) = 31.2%

 BLUE value IS 203 (79.69% from 255) = 51.92%

R = 16.88%
G = 31.2%
B = 51.92%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#427ACB (or 0x427ACB) is known color: Havelock Blue. HEX triplet: 42, 7A and CB. RGB value is (66,122,203). Sum of RGB (Red+Green+Blue) = 66+122+203=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #427ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ACB is #BD8534. Grayscale: #727272. Windows color (decimal): -12420405 or 13335106. OLE color: 13335106.

HSL color Cylindrical-coordinate representation of color #427ACB: hue angle of 215.47º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #427ACB is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 122 203 -
CMYK 0.67 0.40 0 0.20
HSL 215.47º 0.57% 0.53% -
HSV(B) 215.47º 0.67% 0.8% -
XYZ 19.99 19.39 59.19 -
YUV 114.49 177.95 93.41 -
System Red Green Blue C M Y K H S L
Decimal 66 122 203 0.67 0.40 0 0.20 215.47 0.57 0.53
Hex 42 7A CB 43 28 0 14 D7 39 35
Octal 102 172 313 103 50 0 24 327 71 65
Binary 1000010 1111010 11001011 1000011 101000 0 10100 11010111 111001 110101

Color Harmonies of #427ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427ACB

Black with #427ACB

Text Example


Text Example

White with #427ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427ACB; }

 p { color: rgb(66,122,203); }

 H1.HeaderClassName
 {
   color: #427ACB;
 }
 .AnyTagClassName
 {
   color: #427ACB;
 }
</style>

background-color css

<style>
 a { background-color: #427ACB; }

 a { background-color: rgb(66,122,203); }

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

border-color css

<style>
 span { border-color: #427ACB; }

 span { border-color: rgb(66,122,203); }

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