Html Css Color HEX #1B42CA Persian Blue

📋 copy color: '#1B42CA'

red 27 ◦ green 66 ◦ blue 202

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

Shades of Persian Blue #1B42CA

Tints of Persian Blue #1B42CA

RGB

 RED value IS 27 (10.94% from 255) = 9.15%

 GREEN value IS 66 (26.17% from 255) = 22.37%

 BLUE value IS 202 (79.3% from 255) = 68.47%

R = 9.15%
G = 22.37%
B = 68.47%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1B42CA (or 0x1B42CA) is known color: Persian Blue. HEX triplet: 1B, 42 and CA. RGB value is (27,66,202). Sum of RGB (Red+Green+Blue) = 27+66+202=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #1B42CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B42CA is #E4BD35. Grayscale: #454545. Windows color (decimal): -14990646 or 13255195. OLE color: 13255195.

HSL color Cylindrical-coordinate representation of color #1B42CA: hue angle of 226.63º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B42CA is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 27 66 202 -
CMYK 0.87 0.67 0 0.21
HSL 226.63º 0.76% 0.45% -
HSV(B) 226.63º 0.87% 0.79% -
XYZ 13.06 8.39 56.81 -
YUV 69.84 202.58 97.44 -
System Red Green Blue C M Y K H S L
Decimal 27 66 202 0.87 0.67 0 0.21 226.63 0.76 0.45
Hex 1B 42 CA 57 43 0 15 E3 4C 2D
Octal 33 102 312 127 103 0 25 343 114 55
Binary 11011 1000010 11001010 1010111 1000011 0 10101 11100011 1001100 101101

Color Harmonies of #1B42CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B42CA

Black with #1B42CA

Text Example


Text Example

White with #1B42CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B42CA; }

 p { color: rgb(27,66,202); }

 H1.HeaderClassName
 {
   color: #1B42CA;
 }
 .AnyTagClassName
 {
   color: #1B42CA;
 }
</style>

background-color css

<style>
 a { background-color: #1B42CA; }

 a { background-color: rgb(27,66,202); }

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

border-color css

<style>
 span { border-color: #1B42CA; }

 span { border-color: rgb(27,66,202); }

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